home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_tk80.idb / usr / freeware / src / tk / patches.z / patches
Encoding:
Text File  |  1999-04-16  |  1.3 KB  |  37 lines

  1. *** ./unix/Makefile.in    Wed Nov 18 17:54:53 1998
  2. --- ../tk8.0.4/./unix/Makefile.in    Tue Feb 23 12:02:00 1999
  3. ***************
  4. *** 28,33 ****
  5. --- 28,35 ----
  6.   prefix =        @prefix@
  7.   exec_prefix =        @exec_prefix@
  8.   
  9. + ABILIB = lib
  10.   # The following definition can be set to non-null for special systems
  11.   # like AFS with replication.  It allows the pathnames used for installation
  12.   # to be different than those used for actually reference files at
  13. ***************
  14. *** 44,53 ****
  15.   SCRIPT_INSTALL_DIR =    $(INSTALL_ROOT)$(TK_LIBRARY)
  16.   
  17.   # Directory in which to install the .a or .so binary for the Tk library:
  18. ! LIB_INSTALL_DIR =    $(INSTALL_ROOT)$(exec_prefix)/lib
  19.   
  20.   # Path to use at runtime to refer to LIB_INSTALL_DIR:
  21. ! LIB_RUNTIME_DIR =    $(exec_prefix)/lib
  22.   
  23.   # Directory in which to install the program wish:
  24.   BIN_INSTALL_DIR =    $(INSTALL_ROOT)$(exec_prefix)/bin
  25. --- 46,55 ----
  26.   SCRIPT_INSTALL_DIR =    $(INSTALL_ROOT)$(TK_LIBRARY)
  27.   
  28.   # Directory in which to install the .a or .so binary for the Tk library:
  29. ! LIB_INSTALL_DIR =    $(INSTALL_ROOT)$(exec_prefix)/$(ABILIB)
  30.   
  31.   # Path to use at runtime to refer to LIB_INSTALL_DIR:
  32. ! LIB_RUNTIME_DIR =    $(exec_prefix)/$(ABILIB)
  33.   
  34.   # Directory in which to install the program wish:
  35.   BIN_INSTALL_DIR =    $(INSTALL_ROOT)$(exec_prefix)/bin
  36.